'Declaration
Public Function New( _ ByVal file As Stream, _ ByVal sessionSummary As SessionSummary, _ ByVal fileSequence As Integer, _ ByVal fileStartTime As Nullable(Of DateTimeOffset), _ ByVal majorVersion As Integer, _ ByVal minorVersion As Integer _ )
public GLFWriter( Stream file, SessionSummary sessionSummary, int fileSequence, Nullable<DateTimeOffset> fileStartTime, int majorVersion, int minorVersion )
Parameters
- file
- The file stream to write the session file into (should be empty)
- sessionSummary
- fileSequence
- fileStartTime
- Used during initial collection to indicate the real time this file became the active file.
- majorVersion
- Major version of the serialization protocol
- minorVersion
- Minor version of the serialization protocol